object frmFireFoxPerformance: TfrmFireFoxPerformance Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbImages: TGroupBox Left = 16 Top = 1 Width = 605 Height = 93 Caption = 'gbImages' TabOrder = 0 object rbImagesAll: TRadioButton Left = 24 Top = 24 Width = 550 Height = 17 Caption = 'rbImagesAll' TabOrder = 0 OnClick = rbImagesClick end object rbImagesNone: TRadioButton Left = 24 Top = 44 Width = 550 Height = 17 Caption = 'rbImagesNone' TabOrder = 1 OnClick = rbImagesClick end object rbImagesBlock3d: TRadioButton Left = 24 Top = 64 Width = 550 Height = 17 Caption = 'rbImagesBlock3d' TabOrder = 2 OnClick = rbImagesClick end end object gbCloseButton: TGroupBox Left = 16 Top = 108 Width = 605 Height = 113 Caption = 'gbCloseButton' TabOrder = 1 object rbButtonActiveTab: TRadioButton Left = 24 Top = 24 Width = 550 Height = 17 Caption = 'rbButtonActiveTab' TabOrder = 0 OnClick = rbCloseButtonClick end object rbButtonAllTabs: TRadioButton Left = 24 Top = 44 Width = 550 Height = 17 Caption = 'rbButtonAllTabs' TabOrder = 1 OnClick = rbCloseButtonClick end object rbButtonDontDisplay: TRadioButton Left = 24 Top = 64 Width = 550 Height = 17 Caption = 'rbButtonDontDisplay' TabOrder = 2 OnClick = rbCloseButtonClick end object rbButtonSingle: TRadioButton Left = 24 Top = 84 Width = 550 Height = 17 Caption = 'rbButtonSingle' TabOrder = 3 OnClick = rbCloseButtonClick end end object gbRenderingTime: TGroupBox Left = 16 Top = 235 Width = 605 Height = 102 Caption = 'gbRenderingTime' TabOrder = 2 object lbRenderingTime: TAxLabel Left = 24 Top = 24 Width = 557 Height = 16 WordWrap = False Transparent = True AutoSize = False Caption = 'lbRenderingTime' ShowAccelChar = True end object AxLabel2: TAxLabel Left = 26 Top = 48 Width = 7 Height = 16 WordWrap = False Transparent = True Caption = '0' ShowAccelChar = True end object lbOneSecond: TAxLabel Left = 299 Top = 48 Width = 78 Height = 16 WordWrap = False Alignment = taRightJustify Transparent = True Caption = 'lbOneSecond' ShowAccelChar = True end object lbTimeValue: TAxLabel Left = 59 Top = 48 Width = 286 Height = 16 WordWrap = False Alignment = taCenter Transparent = True AutoSize = False Caption = 'lbTimeValue' ShowAccelChar = True end object tbRenderingTime: TTrackBar Left = 19 Top = 62 Width = 366 Height = 25 Max = 1000 Frequency = 100 TabOrder = 0 OnChange = tbRenderingTimeChange end end end